lrc_print_recordset

Example: lrc_print_recordsetADO Recordset Functions

Prints a number of rows from a recordset.

void lrc_print_recordset( Recordset15* recordset, long NumberOfRows );
recordsetAn ADO recordset.
NumberOfRowsThe number of rows to print from the recordset.

The lrc_print_recordset function prints the number of rows indicated by NumberOfRows. If NumberOfRows is equal to -1, then the function prints all of the rows.

Return Values

lrc Return Values

Parameterization

You cannot use standard parameterization for any arguments in this function.